home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / m17n / ru-kbd.mim < prev    next >
Text File  |  2009-04-29  |  3KB  |  134 lines

  1. ;; ru-kbd.mim -- Russian input method with Russian keyboard layout
  2. ;; Copyright (C) 2005
  3. ;;   National Institute of Advanced Industrial Science and Technology (AIST)
  4. ;;   Registration Number H15PRO112
  5.  
  6. ;; This file is part of the m17n database; a sub-part of the m17n
  7. ;; library.
  8.  
  9. ;; The m17n library is free software; you can redistribute it and/or
  10. ;; modify it under the terms of the GNU Lesser General Public License
  11. ;; as published by the Free Software Foundation; either version 2.1 of
  12. ;; the License, or (at your option) any later version.
  13.  
  14. ;; The m17n library is distributed in the hope that it will be useful,
  15. ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  17. ;; Lesser General Public License for more details.
  18.  
  19. ;; You should have received a copy of the GNU Lesser General Public
  20. ;; License along with the m17n library; if not, write to the Free
  21. ;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
  22. ;; Boston, MA 02110-1301, USA.
  23.  
  24. ;;; Input method for Russian by simulating the Russian keyboard.
  25. ;;;
  26. ;;; @image html ru-kbd.png "Keyboard Layout"
  27. ;;; @image latex ru-kbd.eps "Keyboard Layout" width=\narrowwidth
  28.  
  29. (input-method ru kbd)
  30.  
  31. (description
  32.  "Russian input method simulating the Russian keyboard.
  33.     1! 2\" 3Γäû 4; 5% 6: 7? 8* 9( 0) -_ =+ ╤æ╨ü
  34.      ╨Ö  ╨ª  ╨ú  ╨Ü  ╨ò  ╨¥  ╨ô  ╨¿  ╨⌐  ╨ù  ╨Ñ  ╨¬
  35.       ╨ñ  ╨½  ╨Æ  ╨É  ╨ƒ  ╨á  ╨₧  ╨¢  ╨ö  ╨û  ╨¡ \\|
  36.        ╨»  ╨º  ╨í  ╨£  ╨ÿ  ╨ó  ╨¼  ╨æ  ╨«  .,
  37. ")
  38.  
  39. (title "RU")
  40.  
  41. (map
  42.  (map
  43.   ("`" ?╤æ)
  44.   ("q" ?╨╣)
  45.   ("w" ?╤å)
  46.   ("e" ?╤â)
  47.   ("r" ?╨║)
  48.   ("t" ?╨╡)
  49.   ("y" ?╨╜)
  50.   ("u" ?╨│)
  51.   ("i" ?╤ê)
  52.   ("o" ?╤ë)
  53.   ("p" ?╨╖)
  54.   ("[" ?╤à)
  55.   ("]" ?╤è)
  56.   ("a" ?╤ä)
  57.   ("s" ?╤ï)
  58.   ("d" ?╨▓)
  59.   ("f" ?╨░)
  60.   ("g" ?╨┐)
  61.   ("h" ?╤Ç)
  62.   ("j" ?╨╛)
  63.   ("k" ?╨╗)
  64.   ("l" ?╨┤)
  65.   (";" ?╨╢)
  66.   ("'" ?╤ì)
  67.   ("\\" ?\\)
  68.   ("z" ?╤Å)
  69.   ("x" ?╤ç)
  70.   ("c" ?╤ü)
  71.   ("v" ?╨╝)
  72.   ("b" ?╨╕)
  73.   ("n" ?╤é)
  74.   ("m" ?╤î)
  75.   ("," ?╨▒)
  76.   ("." ?╤Ä)
  77.   ("/" ?.)
  78.   ("!" ?!)
  79.   ("@" ?\")
  80.   ("#" ?Γäû)
  81.   ("$" ?\;)
  82.   ("%" ?%)
  83.   ("^" ?:)
  84.   ("&" ??)
  85.   ("*" ?*)
  86.   ("(" ?\()
  87.   (")" ?\))
  88.   ("_" ?_)
  89.   ("+" ?+)
  90.   ("~" ?╨ü)
  91.   ("Q" ?╨Ö)
  92.   ("W" ?╨ª)
  93.   ("E" ?╨ú)
  94.   ("R" ?╨Ü)
  95.   ("T" ?╨ò)
  96.   ("Y" ?╨¥)
  97.   ("U" ?╨ô)
  98.   ("I" ?╨¿)
  99.   ("O" ?╨⌐)
  100.   ("P" ?╨ù)
  101.   ("{" ?╨Ñ)
  102.   ("}" ?╨¬)
  103.   ("A" ?╨ñ)
  104.   ("S" ?╨½)
  105.   ("D" ?╨Æ)
  106.   ("F" ?╨É)
  107.   ("G" ?╨ƒ)
  108.   ("H" ?╨á)
  109.   ("J" ?╨₧)
  110.   ("K" ?╨¢)
  111.   ("L" ?╨ö)
  112.   (":" ?╨û)
  113.   ("\"" ?╨¡)
  114.   ("|" ?\|)
  115.   ("Z" ?╨»)
  116.   ("X" ?╨º)
  117.   ("C" ?╨í)
  118.   ("V" ?╨£)
  119.   ("B" ?╨ÿ)
  120.   ("N" ?╨ó)
  121.   ("M" ?╨¼)
  122.   ("<" ?╨æ)
  123.   (">" ?╨«)
  124.   ("?" ?,)))
  125.  
  126. (state
  127.  (init
  128.   (map)))
  129.  
  130. ;; Local Variables:
  131. ;; coding: utf-8
  132. ;; mode: lisp
  133. ;; End:
  134.